Learn R Programming

rmsb (version 1.1-1)

[.Ocens: Ocens

Description

Subset Method for Ocens Objects

Usage

# S3 method for Ocens
[(x, rows = 1:d[1], cols = 1:d[2], ...)

Value

new Ocens object

Arguments

x

an Ocens object

rows

logical or integer vector

cols

logical or integer vector

...

ignored

Author

Frank Harrell

Details

Subsets an Ocens object, preserving its special attributes. Attributes are not updated. In the future such updating should be implemented.